Interface org.omg.CORBA.UnionDef
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CORBA.UnionDef
- public interface UnionDef
- extends Object
- extends Object, TypedefDef
A UnionDef represents an OMG IDL union definition.
-
discriminator_type()
-
-
discriminator_type_def()
-
-
discriminator_type_def(IDLType)
-
-
members()
-
-
members(UnionMember[])
-
discriminator_type
public abstract TypeCode discriminator_type() throws SystemException
discriminator_type_def
public abstract IDLType discriminator_type_def() throws SystemException
discriminator_type_def
public abstract void discriminator_type_def(IDLType arg) throws SystemException
members
public abstract UnionMember[] members() throws SystemException
members
public abstract void members(UnionMember arg[]) throws SystemException
All Packages Class Hierarchy This Package Previous Next Index